home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Sep 89 / Y0032-Re scaleable views-Sep89 < prev    next >
Encoding:
Text File  |  1989-09-08  |  715 b   |  31 lines  |  [TEXT/GEOL]

  1. Item    2699426                         8-Sept-89        03:36
  2.  
  3. From:   SCHMUCKER1                      Schmucker, Kurt
  4.  
  5. To:     D1282                           Power Up,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    Re: scaleable views
  10.  
  11. James,
  12.  
  13.     You asked:
  14.  
  15.    "How can determine if I'm printing when MoveToScaled() is called?"
  16.  
  17.     This may be too simplistic a solution, but can't you just check the
  18. following global:
  19.  
  20.    gPrinting:  BOOLEAN;{ true if currently Printing }
  21.  
  22.  
  23.  
  24.     Lastly, the work you are doing sounds really great.  I hope that you are
  25. able to share it with other MacAppers in the near future.  Any article in
  26. Frameworks or MacTutor, perhaps?
  27.  
  28.  
  29.         Kurt
  30.  
  31.